Axiom of Comprehension - определение. Что такое Axiom of Comprehension
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Axiom of Comprehension - определение

AXIOM SCHEMA
Axiom of specification; Axiom of separation; Axiom schema of separation; Axiom schema of comprehension; Axiom of comprehension; Unrestricted comprehension; Axiom of abstraction; Axiom of subsets; Axioms of subsets; Subset axiom; Axiom schema of restricted comprehension; Comprehension axiom; Aussonderungsaxiom; Axiom schema of unrestricted comprehension; Unrestricted comprehension principle
Найдено результатов: 246691
Axiom of Comprehension         
<mathematics> An axiom schema of set theory which states: if P(x) is a property then x : P is a set. I.e. all the things with some property form a set. Acceptance of this axiom leads to Russell's Paradox which is why Zermelo set theory replaces it with a restricted form. (1995-03-31)
Axiom schema of specification         
In many popular versions of axiomatic set theory, the axiom schema of specification, also known as the axiom schema of separation, subset axiom scheme or axiom schema of restricted comprehension is an axiom schema. Essentially, it says that any definable subclass of a set is a set.
Axiom of extensionality         
AXIOM OF ZERMELO–FRAENKEL SET THEORY ASSERTING THAT SET EQUALITY IS DETERMINED BY THE MEMBERSHIP RELATION
Axiom of extension; Axiom of Extensionality; Axiom extensionality; Extensionality axiom; Axiom of equality
In axiomatic set theory and the branches of logic, mathematics, and computer science that use it, the axiom of extensionality, or axiom of extension, is one of the axioms of Zermelo–Fraenkel set theory. It says that sets having the same elements are the same set.
Axiom of regularity         
AXIOM STATING THAT ALL SETS ARE WELL-FOUNDED
Axiom of foundation; Axiom of Fundierung; Foundation axiom; Regularity axiom; Axiom of Foundation; Axiom of well foundation; Axiom of Regularity; Well founded set; Axiom of fundierung
In mathematics, the axiom of regularity (also known as the axiom of foundation) is an axiom of Zermelo–Fraenkel set theory that states that every non-empty set A contains an element that is disjoint from A. In first-order logic, the axiom reads:
List comprehension         
SYNTACTIC CONSTRUCT FOR CREATING A LIST BASED ON EXISTING LISTS
ZF expression; Parallel list comprehension; Parallel comprehension; Generator expression; Monad comprehension; List comprehensions; Array comprehension; Sequence comprehension; Python comprehension; Dictionary comprehension
A list comprehension is a syntactic construct available in some programming languages for creating a list based on existing lists. It follows the form of the mathematical set-builder notation (set comprehension) as distinct from the use of map and filter functions.
list comprehension         
SYNTACTIC CONSTRUCT FOR CREATING A LIST BASED ON EXISTING LISTS
ZF expression; Parallel list comprehension; Parallel comprehension; Generator expression; Monad comprehension; List comprehensions; Array comprehension; Sequence comprehension; Python comprehension; Dictionary comprehension
<functional programming> An expression in a {functional language} denoting the results of some operation on (selected) elements of one or more lists. An example in Haskell: [ (x,y) | x <- [1 .. 6], y <- [1 .. x], x+y < 10] This returns all pairs of numbers (x,y) where x and y are elements of the list 1, 2, ..., 10, y <= x and their sum is less than 10. A list comprehension is simply "syntactic sugar" for a combination of applications of the functions, concat, map and filter. For instance the above example could be written: filter p (concat (map ( x -> map ( y -> (x,y)) [1..x]) [1..6])) where p (x,y) = x+y < 10 According to a note by Rishiyur Nikhil <nikhil@crl.dec.com>, (August 1992), the term itself seems to have been coined by Phil Wadler circa 1983-5, although the programming construct itself goes back much further (most likely Jack Schwartz and the SETL language). The term "list comprehension" appears in the references below. The earliest reference to the notation is in Rod Burstall and John Darlington's description of their language, NPL. David Turner subsequently adopted this notation in his languages SASL, KRC and Miranda, where he has called them "{ZF expressions}", set abstractions and list abstractions (in his 1985 FPCA paper [Miranda: A Non-Strict Functional Language with Polymorphic Types]). ["The OL Manual" Philip Wadler, Quentin Miller and Martin Raskovsky, probably 1983-1985]. ["How to Replace Failure by a List of Successes" FPCA September 1985, Nancy, France, pp. 113-146]. (1995-02-22)
ZF expression         
SYNTACTIC CONSTRUCT FOR CREATING A LIST BASED ON EXISTING LISTS
ZF expression; Parallel list comprehension; Parallel comprehension; Generator expression; Monad comprehension; List comprehensions; Array comprehension; Sequence comprehension; Python comprehension; Dictionary comprehension
<programming> (After Zermelo Frankel set theory). {David Turner}'s name for list comprehension. (1995-03-27)
Axiom schema of replacement         
  • Abraham Fraenkel, between 1939 and 1949
  • Axiom schema of replacement: the image <math>F[A]</math> of the domain set <math>A</math> under the definable class function <math>F</math> is itself a set, <math>B</math>.
  • Axiom schema of collection: the image <math>f[A]</math> of the domain set <math>A</math> under the definable class function <math>f</math> falls inside a set <math>B</math>.
  • Thoralf Skolem, in the 1930s
IN SET THEORY, THE AXIOM SCHEMA THAT THE IMAGE OF A SET UNDER A DEFINABLE CLASS FUNCTION IS ALSO A SET
Axiom of replacement; Boundedness axiom; Axiom of boundedness; Axiom of collection; Irreplaceability; Axiom schema of collection; Replacement axiom; Axiom of substitution; Replacement implies separation
In set theory, the axiom schema of replacement is a schema of axioms in Zermelo–Fraenkel set theory (ZF) that asserts that the image of any set under any definable mapping is also a set. It is necessary for the construction of certain infinite sets in ZF.
Axiom of pairing         
AXIOM
Axiom of the unordered pair; Axiom of pairs; Pairing axiom; Axiom pairing
In axiomatic set theory and the branches of logic, mathematics, and computer science that use it, the axiom of pairing is one of the axioms of Zermelo–Fraenkel set theory. It was introduced by as a special case of his axiom of elementary sets.
Axiom schema         
A FORMULA IN THE METALANGUAGE OF AN AXIOMATIC SYSTEM IN WHICH ONE OR MORE SCHEMATIC VARIABLES APPEAR
Axiom scheme; Axiom schemata; Axiom-scheme; Finite axiomatization
In mathematical logic, an axiom schema (plural: axiom schemata or axiom schemas) generalizes the notion of axiom.

Википедия

Axiom schema of specification

In many popular versions of axiomatic set theory, the axiom schema of specification, also known as the axiom schema of separation, subset axiom scheme or axiom schema of restricted comprehension is an axiom schema. Essentially, it says that any definable subclass of a set is a set.

Some mathematicians call it the axiom schema of comprehension, although others use that term for unrestricted comprehension, discussed below.

Because restricting comprehension avoided Russell's paradox, several mathematicians including Zermelo, Fraenkel, and Gödel considered it the most important axiom of set theory.